google.golang.org/grpc/internal/transport.cleanupStream.rst (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L137: return h.cleanup != nil && h.cleanup.rst // Results in a RST_STREAM
controlbuf.go#L142: rst bool
controlbuf.go#L147: func (c *cleanupStream) isTransportResponseFrame() bool { return c.rst } // Results in a RST_STREAM
controlbuf.go#L820: if c.rst { // If RST_STREAM needs to be sent.
http2_client.go#L967: rst: rst,
http2_server.go#L380: rst: true,
http2_server.go#L495: rst: true,
http2_server.go#L559: rst: true,
http2_server.go#L692: rst: true,
http2_server.go#L874: rst: false,
http2_server.go#L1340: rst: rst,
http2_server.go#L1364: rst: rst,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)